home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 May / PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso / vbits / demos / qbs / sheridan / designer / readme.txt < prev    next >
Encoding:
Text File  |  1994-11-17  |  4.0 KB  |  105 lines

  1. ==========================================================================
  2.  
  3.                          Designer Widgets (TM)
  4.                    * DEMO *
  5.                     Custom Controls for Visual Basic
  6.  
  7.                              Version 1.00
  8.  
  9.           (C) Copyright 1994 by Sheridan Software Systems, Inc.
  10.                             35 Pinelawn Road
  11.                        Melville, N.Y. 11747   USA
  12.  
  13. ==========================================================================
  14.  
  15. ------------------------
  16. How to Use This Document
  17. ------------------------
  18. To view README.TXT on screen in Windows Notepad, maximize the Notepad window.
  19.  
  20. To print README.TXT, open it in Windows Write, Microsoft Word, or another
  21. word processor.  Then select the entire document and format the text in
  22. 10-point Courier before printing.
  23.  
  24.  
  25. ========
  26. Contents
  27. ========
  28.  
  29. Part    Description
  30. ----    -----------
  31.  1    About Designer Widgets
  32.  
  33.  2      Notes on Running the Demo Program
  34.  
  35.  
  36. =========================================
  37. Part 1 - About Designer Widgets
  38. =========================================
  39.  
  40. Designer Widgets consists of three custom controls to provide state-of-the-art 
  41. interfaces much like the interfaces found in most of today's hottest commercial
  42. Windows applications.  The custom controls are:
  43.  
  44. The Dockable Toolbar:
  45. =====================
  46.  
  47. The Dockable Toolbar control lets you create floating toolbars of buttons 
  48. that the user can dock (attach) to the top, sides or bottom of an MDI form.  
  49. In addition, when toolbars are not docked, the user can resize and reshape 
  50. the floating toolbar as needed.  This gives your users the flexibility to 
  51. customize their work area to suit his or her working habits.  Creating toolbars 
  52. is as simple as placing a Dockable Toolbar control on a form and using the 
  53. Toolbar Designer to drag the buttons onto the toolbar and assign button 
  54. attributes.  
  55.  
  56. The Dockable Toolbar control also features ToolTips, when the mouse stops 
  57. over a button, a small balloon help style box will appear with text describing 
  58. each button, just like some of Microsofts new apps such as Word 6.0 and Excel 
  59. 5.0.
  60.  
  61.  
  62. The Index Tab Custom Control:
  63. =============================
  64.  
  65. The Index Tab control lets you design efficient dialogs using the index tab 
  66. metaphor to group controls just like in Microsoft Word 6.0, Excel 5.0, and 
  67. other new Microsoft apps.  The tabs can be positioned at the top, bottom, or 
  68. at the sides of the control.  Each tab can have multiline text and even include 
  69. a picture.  During design time, jut place an Index Tab control on your form.  
  70. Then, using the mouse, select the tab you want to place controls on, then start 
  71. placing them directly on that tab.  When you are done, select another tab and 
  72. the Index Tab will give you a clear new tab to put controls on.  
  73.  
  74.  
  75. FormFX:
  76. =======
  77.  
  78. The FormFX custom control gives you total control over the appearance and 
  79. behavior of your forms.  With it you can make your forms 3D, display a picture 
  80. in the caption, change the caption height, assign different pictures to the 
  81. control box and min/max buttons, and much more.  You can also restrict the 
  82. forms movement or size or keep it Always on Top just to name a few more 
  83. features.  FormFX can give you the same look and feel of tomorrows new 
  84. operating systems today!
  85.  
  86.  
  87. ==========================================
  88. Part 2 - Notes on running the demo program
  89. ==========================================
  90.  
  91. This ZIP file contains the following files:
  92.  
  93.     SSDESDEM.EXE    The Designer Widgets Demo execeutable file.
  94.     SSDOCKTB.VBX    Designer Widgets Dockable Toolbar Custom Control.
  95.     SSIDXTAB.VBX    Designer Widgets Index Tab Custom Control.
  96.     SSFORMFX.VBX    Designer Widgets FormFX Custom Control.
  97.     THREED.VBX    Three-D Custom Control.
  98.     README.TXT    This text file.
  99.  
  100. To run the demo program, install all the above files in a 
  101. single directory then run the program SSDESDEM.EXE.  To run
  102. the program, either select 'Run' from the 'File' menu in
  103. Program Manager, or double-click on the filename in File
  104. Manager.
  105.